home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / vbdemo.exe / CONTROL.ICF next >
Text File  |  1994-05-20  |  3KB  |  136 lines

  1. ;***********************************************************************
  2. ; File        : CONTROL.ICF 
  3. ; Date     : 4th April 1994
  4. ; Author   : Wong Nyet Ngoh
  5. ; Purpose  : Installation control script file for Creative Installation
  6. ;            Program, INSTALL.EXE. INSTALL reads this file and installs
  7. ;            the different components selected by user to the specified
  8. ;          directories as defined for them
  9. ; Remark   : Adapted from Hariharan Mahadevan's program
  10. ;***********************************************************************
  11.  
  12. ;
  13. ; Default
  14. ;
  15. [System]
  16. title=Creative Multimedia Installation
  17. progress=none
  18. logo=none
  19. BaseDirVar=CTVIDEO
  20. BaseDir=C:\CTVIDEO
  21. ; total number of installable components
  22. groups=3
  23. ; each component's section name
  24. group_1=%Drivers%
  25. group_2=%VBSetup%
  26. group_3=%VKit%
  27. ; total number of installation disk
  28. disks=1
  29. ; volume label of each installation disk
  30. diskname_1=DISK_1
  31.  
  32. ;
  33. ; Default group is installed before any of the groups are installed
  34. ;
  35. [Default]
  36. ; size in KB
  37. Size=12
  38. ; Source directory from where the files are to be read
  39. SourceDir=$(SPATH)\ICON,$(SPATH)\TEXT
  40. ; Target directory where the files to be copied
  41. TargetDir=$(BASEDIR),$(BASEDIR)
  42. ; Disk number where the files of this group can be found
  43. DiskNumber=1
  44. ; Definition of workplace object to be created
  45. WPObject=%WPDefault,WPReadme%
  46.  
  47. ;
  48. ; Video drivers
  49. ;
  50. [Drivers]
  51. Name=Video Blaster Drivers
  52. Size=202
  53. SourceDir=$(SPATH)\DRIVERS,$(SPATH)\UTILS\DLL
  54. TargetDir=$(MMBASE)\DLL,$(MMBASE)\DLL
  55. DiskNumber=1
  56. DLLName=$(SPATH)\VBINSTL.DLL
  57. DLLEntryPoint=VBInstall
  58. Minstall=FALSE
  59.  
  60. ;
  61. ; Video Blaster Setup
  62. ;
  63. [VBSetup]
  64. Name=VBSetup Version 0.01 Beta
  65. Size=39
  66. SourceDir=$(SPATH)\INI,$(SPATH)\VBSETUP
  67. TargetDir=$(MMBASE),$(BASEDIR)
  68. DiskNumber=1
  69. WPObject=%WPVBSetup%
  70.  
  71. ;
  72. ; Video Kit
  73. ;
  74. [VKit]
  75. Name=Video Kit Version 0.03 Beta
  76. Size=99
  77. SourceDir=$(SPATH)\VKIT
  78. TargetDir=$(BASEDIR)
  79. DiskNumber=1
  80. WPObject=%WPVKit%
  81.  
  82. ;
  83. ; Definition for the Creative folder
  84. ;
  85. [WPDefault]
  86. ; The class name of the object to be created
  87. WPClassName=WPFolder
  88. ; Title for the object, displayed below the object icon
  89. WPTitle=Video Blaster
  90. ; Setup string for the object to be created
  91. WPSetupString=OBJECTID=<CTVIDEO>;ICONFILE=$(BASEDIR)\CTVIDEO.ICO
  92. ; Location of the object
  93. WPLocation=<WP_DESKTOP>
  94. ; Creation flags, valid values are
  95. ;     0 - FAIL IF THE OBJECT EXISTS
  96. ;    1 - REPLACE IF THE OBJECT EXISTS
  97. ;    2 - UPDATE IF THE OBJECT EXISTS
  98. WPFlags=2
  99.  
  100. ;
  101. ; For creating Readme file in the above folder
  102. ;
  103. [WPReadme]
  104. WPClassName=WPProgram
  105. WPTitle=Readme
  106. WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README
  107. WPLocation=<CTVIDEO>
  108. WPFlags=2
  109.  
  110. ;
  111. ; For creating the Icon for VBSetup in the above folder
  112. ;
  113. [WPVBSetup]
  114. WPClassName=WPProgram
  115. WPTitle=VBSetup
  116. WPSetupString=EXENAME=$(TPATH)\VBSETUP.EXE;ICONFILE=$(TPATH)\VBSETUP.ICO;STARTUPDIR=$(BASEDIR)
  117. WPLocation=<CTVIDEO>
  118. WPFlags=2
  119.  
  120. ;
  121. ; For creating the Icon for Video Kit
  122. ;
  123. [WPVKit]
  124. WPClassName=WPProgram
  125. WPTitle=Video Kit
  126. WPSetupString=EXENAME=$(TPATH)\VKIT.EXE;ICONFILE=$(TPATH)\VKIT.ICO;STARTUPDIR=$(BASEDIR)
  127. WPLocation=<CTVIDEO>
  128. WPFlags=2
  129.  
  130. ;
  131. ; If Minstall is to be lauched, which directory to launch it from ?
  132. ; The directory should have the control files required by MINSTALL
  133. ;
  134. [Minstall]
  135. Directory=$(TPATH)\DRIVERS
  136.